﻿/*====================顶部导航 start======================*/
header {
   
    width: 100%;
   background: rgba(255 255 255 / 75%)!important;
    top: 0;
    z-index: 99;
    transition-duration: 0.3s;
    }
  

header nav {
    width: 70rem; /**1400*/
    height: 3rem;/*50px*/
    display: flex;
    align-items: center;
    margin-left: 5%;
}

header .com_logo {
    display: flex;
    /* position: absolute; */
    /*left: 2.5rem;/*50px*/
    width: 10.6rem;/*212px*/
    align-items: center;
    margin-left: 2.5rem;
    margin-right: 3rem;
}

header .com_logo .logo {
    display: inline-block;
    width: 240px;
    height: 42px;/*24px*/
    background: url('../image/logo.png') no-repeat;
    object-fit: contain;
    background-size: 100% 100%;
}

header .com_logo h1 {
    text-indent: -9999px;
    height: 1.2rem;/*24px*/
}

header .nav-menu-list {
    position: relative;
    display: inline-block;
}

header .nav-menu-list .nav-menu-ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.5rem;/*50px*/
    list-style: none;
    border-left: 0;
    padding-left: 0;
}

header .nav-menu-list .nav-menu-ul li {
    display: flex;
    align-items: center;
    font-size: 1rem;/*20px*/
    color: rgba(51, 51, 51, 1);
    padding: 0px 1.7rem;/*34rem*/
    height: 100%;
}

header .nav-menu-list .nav-menu-ul li a {
    display: flex;
    align-items: center;
    vertical-align: middle;
    padding-left: 0px;
    font-size: 0.7rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000;
}

header .nav-menu-list .nav-menu-ul .clearPadding {
    padding: 0;
}

header .nav-menu-list .nav-menu-ul .clearPadding a {
    padding: 0px 2.1rem;
}

header .nav-menu-list .nav-menu-ul li em {
    display: inline-block;
    width: 0.55rem;/*11px*/
    height: 0.3rem;/*11px*/
    margin-left: 0.55rem;
    margin-top: 0.1rem;
    background: url('../image/jiantouxia.png') no-repeat;
    background-size: 100% 100%;
}

header .nav-menu-list .nav-menu-ul .active-li.active {
    background: #FFFFFF;
}

header .nav-menu-list .nav-menu-ul .active-li.active a {
    color: #007FCC;;
    background: #FFFFFF;
}

header .nav-menu-list .nav-menu-ul li.active em {
    background: url('../image/upjiantou.png') no-repeat;
    background-size: 100% 100%;
}

header .nav-menu-list .div-content {
    display: none;
}

header .mobile-login {
    display: none;
    float: right;
    height: 100%;
}

header .mobile-login .menu-btn {
    width: 4rem;/*80px*/
    height: 100%;
    padding: 0 1.25rem 0 0;/*25px*/
    float: right;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

header .mobile-login .menu-btn .btn {
    float: right;
    width: 25px;/*25px*/
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

header .mobile-login .menu-btn .close_btn {
    width: 18px;/*18px*/
    height: 18px;
    display: none;
}

header .mobile-li {
    position: absolute;
   right: 5%;
    line-height: 2.5rem;
}

header .mobile-li span {
    float: left;
    padding-left: 0px;
    font-size: 0.7rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000;
    cursor: auto;
    line-height: 2.5rem;
    font-weight: 600;
}
/*====================顶部导航 end======================*/

/*====================下拉框样式 start======================*/
.navbar-inner {
    display: none;
    position: absolute;
    top: 2.5rem;
    left: 0px;
    height: auto;
    background: #FFFFFF;
    z-index: 3;
    padding: 2.5rem 10.3rem 3.9rem;/*50px 206px 78px*/
}

.navbar-inner .col-rg-menu {
    display: flex;
    justify-content: center;
}

.navbar-inner .col-rg-menu .col-mes {
    margin-right: 2.85rem;/*57px*/
}

.navbar-inner .col-rg-menu .col-mes:last-child {
    margin-right: 0;
}

.navbar-inner .col-mes .title {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 1.05rem;/*21px*/
}
/*
.navbar-inner .col-mes .title .logo {
    width: auto;
    height: auto;
    margin-right: 0.5rem;
}
*/

.navbar-inner .col-mes .title .txt {
    font-size: 1rem;/*20px*/
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    line-height: 1;
}

.navbar-inner .col-mes .line {
    width: 9.85rem;/*197px*/
    height: 0.05rem;/*1px*/
    background: #eee;
    margin-bottom: 1.05rem;/*21px*/
}

.navbar-inner .col-mes .line114 {
    width: 5.7rem;/*114px*/
    height: 0.05rem;/*1px*/
    background: #eee;
    margin-bottom: 1.05rem;/*21px*/
}

.navbar-inner .col-mes .menu-list .row-list {
    display: flex;
    flex-direction:column;
}

.navbar-inner .menu-list li {
    display: flex;
}

.navbar-inner .menu-list li a {
    display: inline-block;
    font-size: 0.8rem;/*16px*/
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 0.8rem;
    color: #8D8D8D;
    margin-bottom: 1.05rem;/*21px*/
}

.navbar-inner .menu-list li:last-child a {
    margin-bottom: 0px;
}

.navbar-inner .menu-list li:hover a {
    color: #AACE37;
}

.navbar-inner .col-mes-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.navbar-inner .flex-menu-list {
    display: flex;
    flex-wrap: nowrap;
    max-width: 13rem;/*194+61*/
}

.navbar-inner .menu-list .row-margin-right {
    margin-right: 3.2rem;
}

.navbar-inner .col-mes-wrapper .col-mes-cpy {
    margin-right: 2.85rem;/*57*/
    margin-bottom: 2.05rem;/*41*/
}

.navbar-inner .col-mes-wrapper .col-mes-cpy:last-child {
    margin-right: 0px;
}

.inner_slide .inner-container {
    display: flex;
    height: 100%;
} 

.inner_slide .col-rg-slide {
    width: 11.5rem;
    padding: 3.1rem 2rem 2rem 2.85rem;
    background: url('../image/index/produceBgLeft.png') no-repeat center bottom;
    background-color: #fff;
    background-size: 100% 100%;
}

.inner_slide .col-rg-slide .slide-li a {
    color: #000000;
    font-size: 0.8rem;
    line-height: 0.8rem;
    font-weight: 500;
    margin-bottom: 1.7rem;
}

.inner_slide .col-rg-slide .slide-li::before {
    content: "";
    display: block;
    width: 0.15rem;
    height: 0.85rem;
    background-color: #AACE37;
    margin-right: 0.9rem;
    opacity: 0;
}

.inner_slide .col-rg-slide .slide-li.active::before {
    opacity: 1;
}

.inner_slide .col-rg-slide .slide-li.active a {
    color: #AACE37;
}

.inner_slide .col-rg-menu {
    flex: 1;
    justify-content: start;
    padding: 3.1rem 2.85rem 3.7rem;
    background: url('../image/index/productBgRight.png') no-repeat center bottom;
    background-color: #fff;
    background-size: 100% 100%;
}

.inner_slide .col-rg-menu .col-mes {
    display: none;
}

.inner_slide .col-rg-menu .col-mes.active {
    display: block;
}

.inner_slide .col-rg-menu .menu-list li a {
    line-height: 0.8rem;
}

.inner_slide .col-mes .title {
    margin-bottom: 1.05rem;/*21px*/;
}

.inner_slide .col-mes .title .txt {
    font-size: 0.8rem;
    font-weight: 500;
}

.inner_1 {
    width: 27.2rem;
    height: auto;/*392*/
    left: 0px;
    padding: 0;
}

.inner_1 .col-rg-menu .col-mes {
    margin-right: 0rem;
}

.inner_2 {
    background: url('../image/index/handleBg.png') no-repeat center bottom;
    background-color: #fff;
    background-size: 100% 100%;
    padding: 3.1rem 4.3rem 3.7rem;/*62px 57px 74px*/
}

.inner_2 .col-rg-menu .menu-list {
    width: 4rem;/*80px*/
}

.inner_3 {
    width: auto;
    min-width: 29.1rem;/*582*/
    max-width: 65.65rem;
    height: auto;
    min-height: 16rem;/*320*/
    padding: 0;
    left: 0;
}

.inner_3 .col-rg-slide {
    min-height: 16rem;
}

.inner_3 .col-rg-menu {
    min-height: 16rem;
    padding-bottom: 33px;
}

.inner_3 .col-rg-menu .col-mes {
    margin-right: 0rem;
}

.inner_4 {
    background: url('../image/index/aboutMorewisBg.png') no-repeat center bottom;
    background-color: #fff;
    background-size: 100% 100%;
    padding: 3.1rem 57px 3.7rem;/*62px 57px 74px*/
    left: auto;
    right: -1.85rem;/*28px*/
    text-align: center;
}

.inner_4 .col-rg-menu{
    flex: 1;
}

@media (max-width:1599px) and (min-width:1366px) {
    .navbar-inner .col-mes-wrapper .col-mes-cpy {
        margin-right: 55px;
    }
    .navbar-inner .col-mes-wrapper .col-mes-cpy:last-child {
        margin-right: 0px;
    }

    .navbar-inner .menu-list li a {
        margin-bottom: 17px;
    }

    .inner_slide .col-rg-slide .slide-li a {
        font-size: 14px;
        line-height: 14px;
    }

    .inner_slide .col-rg-menu {
        padding-left: 57px;
    }

    .inner_slide .col-mes .title {
        margin-bottom: 17px;
    }

    .inner_slide .col-mes .title .txt {
        font-size: 14px;
    }

    .inner_slide .col-rg-menu .menu-list li a {
        font-size: 14px;
        line-height: 14px;
    }
}

/*====================下拉框样式 end======================*/

@media screen and (max-width:450px) {
    header nav {
        width: 100% !important;
        margin: 0 !important;
        height: 50px;
        display: flex;
        justify-content: space-between;
    }

    header .com_logo {
        width: 142px;
        height: 100%;
        margin-left: 5px;
    }

    header .com_logo .logo {
        width: 100%;
        height: 16px;
    }

    header nav .mobile-login {
        display: inline-block;
    }

    header .mobile-li {
        right: 70px;
    }

    header .mobile-li span {
        line-height: 50px;
    }

    header .nav-menu-list .nav-menu-ul {
        display: block;
    }

    header .nav-menu-list .nav-menu-ul li {
        min-height: 52px;
        display: block;
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
    }

    header .nav-menu-list .nav-menu-ul .active-li:hover {
        background: transparent;
    }

    header .nav-menu-list .nav-menu-ul .active-li:hover a {
        color: #fff;
        background: transparent;
    }

    header .nav-menu-list .nav-menu-ul li em {
        float: right;
        margin: 0;
        height: 6px;
        width: 11px;
        position: relative;
        top: 12px;
        background-size: 100% 100%;
    }

    header .nav-menu-list .nav-menu-ul li a {
        display: block;
        width: 100%;
        padding: 16px;
        font-size: 17px;
        border-bottom: 1px solid #D4D4D4;
    }

    header .nav-menu-list .div-content {
        float: left;
        width: 100%;
        display: none;
    }

    header .nav-menu-list .div-top {
        min-height: 53px;
        background: rgba(0, 0, 0, 0.7);
    }

    header .nav-menu-list .div-top a {
        display: inline-block;
        color: #fff;
        text-indent: 26px;
    }
    header .nav-menu-list .show-next-ul {
        height: auto;
        width: 100%;
        border-bottom: 1px solid #D4D4D4;
    }

    header .nav-menu-list .next-ul {
        display: none;
        height: auto;
        width: 100%;
        border-bottom: 1px solid #D4D4D4;
    }

    header .nav-menu-list .next-li {
        text-indent: 47px;
    }

    header .nav-menu-list .next-li a {
        border: none
    }

    header .nav-menu-list .nav-menu-ul li {
        height: auto;
    }

    header .nav-menu-list .nav-menu-ul li:hover>a {
        color: #fff;
        border-bottom: 1px solid #D4D4D4;
    }

    header .nav-menu-list .nav-menu-ul li:hover em {
        background: url(../image/jiantouxia.png) no-repeat;
    }
}